Skip to content

Commit fc198ce

Browse files
committed
feat(ts): add outDir
1 parent 158412d commit fc198ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"moduleResolution": "Bundler",
1010
"paths": {
1111
"@/*": ["./src/*"]
12-
}
13-
},
14-
"exclude": [
15-
"./eslint.config.js"
16-
]
12+
},
13+
"outDir": "./dist"
14+
}
1715
}

0 commit comments

Comments
 (0)