We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbfe34 commit 2b6d202Copy full SHA for 2b6d202
bindings/tmc-langs-node/tsconfig.json
@@ -1,12 +1,15 @@
1
{
2
- "compilerOptions": {
3
- "target": "ES2015",
4
- "module": "commonjs",
5
- "strict": true,
6
- "esModuleInterop": true,
7
- "skipLibCheck": true,
8
- "forceConsistentCasingInFileNames": true
9
- },
10
- "$schema": "https://json.schemastore.org/tsconfig",
11
- "display": "Recommended"
12
- }
+ "compilerOptions": {
+ "lib": [
+ "es6"
+ ],
+ "target": "es6",
+ "module": "commonjs",
+ "strict": true,
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true
+ },
13
+ "$schema": "https://json.schemastore.org/tsconfig",
14
+ "display": "Recommended"
15
+}
0 commit comments