platform/packages/theme/tsconfig.json
Andrey Sobolev 56d764d451
Update heft (#1974)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-06-02 09:26:14 +07:00

11 lines
195 B
JSON

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