cudr_slate-collaborative/tsconfig.base.json

22 lines
531 B
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"compilerOptions": {
"rootDir": ".",
"baseUrl": "./packages",
"lib": ["dom", "dom.iterable", "esnext"],
"allowSyntheticDefaultImports": true,
2019-10-05 08:44:49 +00:00
"declaration": true,
"skipLibCheck": true,
"declarationMap": true,
"esModuleInterop": true,
"jsx": "react",
"module": "esnext",
2019-10-05 08:44:49 +00:00
"moduleResolution": "node",
"sourceMap": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"target": "esnext"
},
"exclude": ["node_modules"],
"include": ["**/*.ts", "**/*.tsx"]
2019-10-05 08:44:49 +00:00
}