mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
* fix(lit): remove all Lit "index.html" files * feat(content): add webapp features > render app * feat(content): add render app > svelte example * feat(content): add render app > alpine example * feat(fmw): add generic filename sorter * fix(content): fix missing snippet blocks * build(git): add build progress to precommit hook
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "es2020",
|
|
"lib": ["es2018", "dom"],
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|