vite-plugin-transform-json
Version:
Vite plugin to copy and transform JSON file during build
24 lines (23 loc) • 557 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ES6",
"moduleResolution": "Node",
"noUnusedLocals": true,
"esModuleInterop": true,
"preserveConstEnums": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"declaration": true,
"declarationDir": "./dist",
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noImplicitAny": true,
"types": ["node"],
"baseUrl": "."
},
"include": ["src"],
"exclude": ["node_modules"]
}