Skip to content

Commit 0960eb3

Browse files
authored
Merge pull request #31 from dtslvr/patch-1
Update README.md
2 parents b7a4c36 + 7adb350 commit 0960eb3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ The default `tsconfig.json` file used by the plugin looks like this:
3535

3636
```json
3737
{
38-
"preserveConstEnums": true,
39-
"strictNullChecks": true,
40-
"sourceMap": true,
41-
"target": "es5",
42-
"outDir": ".build",
43-
"moduleResolution": "node",
44-
"lib": ["es2015"],
45-
"rootDir": "./"
38+
"compilerOptions": {
39+
"preserveConstEnums": true,
40+
"strictNullChecks": true,
41+
"sourceMap": true,
42+
"target": "es5",
43+
"outDir": ".build",
44+
"moduleResolution": "node",
45+
"lib": ["es2015"],
46+
"rootDir": "./"
47+
}
4648
}
4749
```
4850

0 commit comments

Comments
 (0)