platform/packages/kanban/tsconfig.json
Andrey Sobolev 09cc70dfd6
Fix build cache (#1996)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-06-03 23:44:11 +07:00

16 lines
280 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}