RaspberryRocketeer/backend/api/tsconfig.json
2022-11-29 23:52:54 +01:00

11 lines
No EOL
217 B
JSON

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