cudr_slate-collaborative/packages/backend/tsconfig.json

13 lines
280 B
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"include": ["src/**/*"],
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"baseUrl": "src",
2019-10-05 09:07:11 +00:00
"esModuleInterop": true,
2019-10-28 06:28:37 +00:00
"allowSyntheticDefaultImports": true,
2019-10-05 09:07:11 +00:00
"lib": ["dom", "dom.iterable", "esnext"]
2019-10-05 08:44:49 +00:00
}
}