cudr_slate-collaborative/tsconfig.json
2022-02-23 16:51:26 -05:00

18 lines
396 B
JSON

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