cudr_slate-collaborative/packages/bridge/tsconfig.json
2019-10-05 12:30:39 +03:00

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
}
}