Skip to content

Commit 636c462

Browse files
committed
exclude gulpfile.js
1 parent 6901e04 commit 636c462

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tsconfig.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"noEmit": true,
66
"module": "ES2020",
77
"target": "ES2021",
8-
"allowSyntheticDefaultImports": true
9-
}
8+
"allowSyntheticDefaultImports": true,
9+
"moduleResolution": "classic",
10+
"baseUrl": "node_modules/@types",
11+
"paths": {
12+
"scripts/*": [ "../../scripts/*" ]
13+
}
14+
},
15+
"exclude": [
16+
"gulpfile.js"
17+
]
1018
}

0 commit comments

Comments
 (0)