mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
11 lines
192 B
JSON
11 lines
192 B
JSON
|
{
|
||
|
"include": ["src/**/*"],
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "src",
|
||
|
"baseUrl": "src",
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|