v1/packages/roleypoly-ui/tsconfig.json

26 lines
No EOL
549 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"lib": [
"dom",
"es2017",
],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveConstEnums": true,
"removeComments": false,
// "skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext"
// "outDir": "./tmp"
}
}