dolphins7.skeleton/twenty-client/tsconfig.json

19 lines
395 B
JSON

{
"compilerOptions": {
"strict": true,
"strictNullChecks": false,
"module": "ES6",
"target": "ES6",
"jsx": "react",
"lib": ["DOM"],
"baseUrl": "./src",
"allowSyntheticDefaultImports": true,
"allowUmdGlobalAccess": true,
"moduleResolution": "node",
"removeComments": true,
"incremental": true,
"paths": {
"~/*": ["./js/*"]
},
}
}