ci: add svelte ts config overrides
This commit is contained in:
parent
262497e1bc
commit
af1a34e510
|
@ -3,7 +3,13 @@
|
|||
"@lumeweb/presetter-kernel-module-preset"
|
||||
],
|
||||
"config": {
|
||||
"official": true
|
||||
"official": true,
|
||||
"tsconfig": {
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"inlineSourceMap": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production run-s clean build:typescript:* build:backend build:ui build:package",
|
||||
|
|
Reference in New Issue