mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
0fd9390a99
Update Slate-Collaboration to be compatible with Slate 0.5x versions.
22 lines
531 B
JSON
22 lines
531 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": "./packages",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "esnext"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["**/*.ts", "**/*.tsx"]
|
|
}
|