Files
vite-plugin-port-checker/tsconfig.json
T

15 lines
327 B
JSON
Raw Normal View History

{
"compilerOptions": {
2026-05-08 15:56:35 +08:00
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
2026-05-08 15:56:35 +08:00
"skipLibCheck": true
},
2026-05-08 15:56:35 +08:00
"include":["src"]
}