platform/dev/prod/tsconfig.json
Andrey Sobolev 0d2501a95a
UBERF-5673: Esbuild transpile (#4748)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-02-23 11:37:22 +06:00

19 lines
369 B
JSON

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