platform/packages/theme/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

12 lines
227 B
JSON

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