diff --git a/.presetterrc.json b/.presetterrc.json index 5102779..c5081a9 100644 --- a/.presetterrc.json +++ b/.presetterrc.json @@ -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",