Skip to content

Commit 21b2da7

Browse files
committed
change i forgor
1 parent b313b4d commit 21b2da7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/array/tsconfig.node.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
"moduleResolution": "bundler",
1111
"types": ["node"]
1212
},
13-
"exclude": [
14-
"src/renderer/**/*",
15-
"src/main/preload.ts"
16-
],
13+
"exclude": ["src/renderer/**/*", "src/main/preload.ts"],
1714
"extends": "./tsconfig.json",
1815
"include": ["src/main/**/*", "src/shared/**/*", "src/api/**/*"]
1916
}

0 commit comments

Comments
 (0)