aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/tsconfig.json')
-rw-r--r--packages/main/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/main/tsconfig.json b/packages/main/tsconfig.json
index 970215c..5afee21 100644
--- a/packages/main/tsconfig.json
+++ b/packages/main/tsconfig.json
@@ -1,7 +1,10 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "noEmit": true, 4 "composite": true,
5 "declarationDir": "dist-types",
6 "emitDeclarationOnly": true,
7 "rootDir": "src",
5 "types": [ 8 "types": [
6 "node", 9 "node",
7 "vite/client" 10 "vite/client"