RaspberryRocketeer/backend/api/tsconfig.json
2022-12-05 19:30:27 +01:00

11 lines
No EOL
218 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"sourceMap": true,
"outDir": "build/"
},
"include": ["src/**/*"]
}