platform/packages/presentation/tsconfig.json
Andrey Platov c3737b1f0f
add presentation and workbench (do not compile)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-06 10:31:17 +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"
]
}
}