You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cudr_slate-collaborative/tsconfig.base.json

20 lines
435 B

{
"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"],
"paths": {
"@slate-collaborative/*": ["packages/*/src"]
}
}
}