mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"include": ["packages/*/src"],
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"lib": ["es6", "es5"]
|
|
}
|
|
}
|