domain-watchdog/tsconfig.json
2024-07-19 02:28:05 +02:00

18 lines
309 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"es2015"
],
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": [
"assets/**/*"
]
}