platform/packages/panel/tsconfig.json
Andrey Platov 18bcd8944d
introduce @anticrm/panel package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-11 21:09:39 +02:00

15 lines
254 B
JSON

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