cudr_slate-collaborative/packages/bridge/tsconfig.json

12 lines
232 B
JSON
Raw Normal View History

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