platform/products/tracker/tsconfig.json

16 lines
294 B
JSON
Raw Normal View History

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