GroundControl/tsconfig.json
Overtorment 5d3f630a01
FIX: FCM pushes fixed due to deprecation of legacy api (#292)
* FIX: FCM pushes fixed due to deprecation of legacy  api
2024-12-15 16:35:40 +00:00

15 lines
302 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"lib": ["es5", "es6"],
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"strict": false
}
}