mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
17 lines
300 B
JSON
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"
|
|
]
|
|
} |