mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["./src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|