Skip to content

Commit fddf8f0

Browse files
Merge pull request #171 from GSA/tsconfig-update
Update tsconfig.app.json for ES2022 and Node types
2 parents a9be5ab + c77d2c1 commit fddf8f0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/tsconfig.app.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"lib": ["es2016", "dom"],
4+
"lib": ["es2022", "dom"],
55
"outDir": "../out-tsc/app",
66
"baseUrl": "",
7-
"types": []
7+
"types": ["node"],
8+
"allowSyntheticDefaultImports": true,
9+
"skipLibCheck": true,
10+
"resolveJsonModule": true
811
},
912
"exclude": [
1013
"test.ts",

0 commit comments

Comments
 (0)