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 b7a4c36 commit 7adb350Copy full SHA for 7adb350
README.md
@@ -35,14 +35,16 @@ The default `tsconfig.json` file used by the plugin looks like this:
35
36
```json
37
{
38
- "preserveConstEnums": true,
39
- "strictNullChecks": true,
40
- "sourceMap": true,
41
- "target": "es5",
42
- "outDir": ".build",
43
- "moduleResolution": "node",
44
- "lib": ["es2015"],
45
- "rootDir": "./"
+ "compilerOptions": {
+ "preserveConstEnums": true,
+ "strictNullChecks": true,
+ "sourceMap": true,
+ "target": "es5",
+ "outDir": ".build",
+ "moduleResolution": "node",
+ "lib": ["es2015"],
46
+ "rootDir": "./"
47
+ }
48
}
49
```
50
0 commit comments