platform/packages/kanban/tsconfig.json
Andrey Sobolev 13f0569127
Tracker: Board view (#1325)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-08 10:01:44 +07:00

15 lines
254 B
JSON

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