vehicle-monitor/WebApp/tsconfig.json

13 lines
229 B
JSON
Raw Normal View History

2022-03-12 23:58:44 +01:00
{
"compilerOptions": {
"noImplicitAny": true,
"module": "CommonJS",
"esModuleInterop": true,
"target": "es5",
"jsx": "react",
"jsxFactory": "m",
"allowJs": true,
"moduleResolution": "node"
}
}