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