Skip to content

Commit 200d30e

Browse files
committed
update tsconfig.json to escape node.d.ts hell
1 parent 72ed1a8 commit 200d30e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

extensions/extension-editing/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
],
77
"module": "commonjs",
88
"noUnusedLocals": true,
9-
"outDir": "./out"
9+
"outDir": "./out",
10+
"typeRoots": [
11+
"node_modules/@types"
12+
]
1013
},
1114
"include": [
1215
"src/**/*"
1316
]
14-
}
17+
}

0 commit comments

Comments
 (0)