Files
AllinSSL/frontend/plugin/vite-plugin-ftp-sync/tsconfig.json
2026-01-13 17:47:39 +08:00

16 lines
334 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": ["ES2020"],
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}