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