FaktenZahl/backend/node_modules/nodemon/jsconfig.json
Marc Wieland 3489892120 First
2025-06-16 16:09:54 +02:00

8 lines
142 B
JSON

{
"compilerOptions": {
"typeRoots": ["./index.d.ts", "./node_modules/@types"],
"checkJs": true
},
"exclude": ["node_modules"]
}