platform/packages/theme/tsconfig.json
Andrey Platov 73d85935ba
iniital ui contribution
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-05 01:31:54 +02:00

10 lines
169 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true
}
}