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

17 lines
321 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "esnext",
"target": "es2016",
"allowJs": true,
"sourceMap": true,
"skipLibCheck": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"lib": [
"es2016",
"dom"
]
}
}