domain-watchdog/tsconfig.json
2025-11-13 09:26:29 +01:00

17 lines
300 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "CommonJS",
"target": "ES6",
"jsx": "react",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true
},
"exclude": [
"node_modules",
"docs",
"vendor/**/*.ts"
]
}