mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
* build(pages): move html pages generator to vite plugin * refactor: remove all router related content * refactor: replace tailwindcss by unocss * refactor(app): upgrade app to Svelte 5 * build(pages): restore html pages generator on vite config * chore: run prettier * fix(ui): fix notification center slot render * chore: upgrade dependencies
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"declaration": false,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "es2020",
|
|
"lib": ["es2018", "dom"],
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|