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.
2 parents b7a4c36 + 7adb350 commit 0960eb3Copy full SHA for 0960eb3
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