platform/products/tracker/tsconfig.json
Andrey Sobolev b3e516beb4
Backup pod (#1975)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-06-02 09:26:42 +07:00

17 lines
321 B
JSON

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