mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
18 lines
396 B
JSON
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"]
|
|
}
|