Files
domain-watchdog/tsconfig.json

15 lines
266 B
JSON
Raw Normal View History

2024-07-22 14:45:21 +02:00
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "CommonJS",
"target": "ES6",
"jsx": "react",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true
},
"exclude": [
"node_modules"
]
}