domain-watchdog/tsconfig.json

16 lines
288 B
JSON

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