mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": [
|
|
"assets/**/*"
|
|
]
|
|
} |