19 lines
505 B
JSON
Raw Normal View History

2024-01-27 18:49:29 +01:00
{
"extends": "../../tsproject.json",
"compilerOptions": {
"module": "CommonJS",
2024-01-30 00:06:17 +01:00
"target": "ES2019",
2024-01-27 18:49:29 +01:00
"esModuleInterop": true,
2024-01-30 00:06:17 +01:00
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
2024-01-27 18:49:29 +01:00
"outDir": "../../dist/vite-plugin",
"rootDir": ".",
// https://github.com/vitejs/vite/issues/15112#issuecomment-1823908010
2024-01-27 18:49:29 +01:00
"skipLibCheck": true
2024-01-30 00:06:17 +01:00
},
"references": [
{
"path": "../bin"
}
]
2024-01-27 18:49:29 +01:00
}