Skip to content

Commit ca0599a

Browse files
authored
update typescript configuration (#14930)
1 parent 5bb39af commit ca0599a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

scripts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

scripts/tsconfig.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"compilerOptions": {
3+
"lib": ["es2020"],
4+
"module": "ESNext",
5+
"target": "ES2020",
6+
"moduleResolution": "node",
7+
"composite": true,
8+
"outDir": "dist",
9+
"allowSyntheticDefaultImports": true,
10+
},
11+
"allowJs": true,
12+
"exclude": [
13+
"dist",
14+
]
15+
}

0 commit comments

Comments
 (0)