cudr_slate-collaborative/packages/backend/tsconfig.json
2019-10-28 09:28:37 +03:00

13 lines
280 B
JSON

{
"include": ["src/**/*"],
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"baseUrl": "src",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["dom", "dom.iterable", "esnext"]
}
}