mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-24 05:05:39 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "CommonJS",
|
|
"target": "ES6",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |