Files
42_INT_14_transcendence/jsconfig.json
LuckyLaszlo a831b7954c basic node server
+ very interesting back and forth in TS/JS configs 🤡
2022-10-26 19:27:06 +02:00

13 lines
218 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}