cudr_slate-collaborative/tsconfig.json
2022-02-17 19:09:57 -05:00

20 lines
461 B
JSON

{
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./build",
"allowSyntheticDefaultImports": true,
"declaration": true,
"skipLibCheck": true,
"declarationMap": true,
"esModuleInterop": true,
"jsx": "react",
"moduleResolution": "node",
"sourceMap": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true
},
"exclude": ["node_modules"],
"include": ["**/*.ts", "**/*.tsx"]
}