Files
iot-dis/tsconfig.json
2026-01-23 16:08:36 +08:00

13 lines
252 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist"
},
"include": ["src/**/*"]
}