mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
38 lines
No EOL
784 B
JSON
38 lines
No EOL
784 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"es7",
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"sourceMap": true,
|
|
"allowJs": false,
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"rootDirs": [
|
|
"src"
|
|
],
|
|
"baseUrl": "src",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"noUnusedLocals": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"build",
|
|
"scripts"
|
|
]
|
|
} |