19 lines
505 B
JSON
19 lines
505 B
JSON
{
|
|
"extends": "../../tsproject.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2019",
|
|
"esModuleInterop": true,
|
|
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
|
|
"outDir": "../../dist/vite-plugin",
|
|
"rootDir": ".",
|
|
// https://github.com/vitejs/vite/issues/15112#issuecomment-1823908010
|
|
"skipLibCheck": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../bin"
|
|
}
|
|
]
|
|
}
|