Files
FE-DEVICE-SGW/tsconfig.json
2025-11-20 09:05:07 +07:00

16 lines
348 B
JSON

{
"extends": "./src/.umi/tsconfig.json",
"compilerOptions": {
"target": "es2017",
"lib": ["dom", "es2017"],
"module": "esnext",
"moduleResolution": "node",
"jsx": "react-jsx",
"esModuleInterop": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}