Files
vite-plugin-port-checker/tsconfig.json
T
熊熊熊子路 a7c7143fe1 chore: prepare package for npm publish
Add LICENSE (MIT), README, .npmignore. Update package.json metadata
and tsconfig module resolution.
2026-05-08 15:56:35 +08:00

15 lines
327 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include":["src"]
}