platform/dev/prod/tsconfig.json
Alexey Zinoviev 48e1ca9849
UBERF-7090: Add QMS plugins (#5716)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-06-03 19:55:54 +04:00

21 lines
424 B
JSON

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