mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
17 lines
443 B
JSON
17 lines
443 B
JSON
{
|
|||
|
|
"include": ["src/**/*", "types/**/*"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"module": "commonjs",
|
||
|
|
"jsx": "react",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"isolatedModules": true
|
||
|
|
}
|
||
|
|
}
|