mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Remove tsconfig options relating to output format.
This commit is contained in:
parent
948efdcc23
commit
a15ce31e0e
@ -1,13 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": ["node"],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"checkJs": true,
|
||||
"allowJs": true,
|
||||
"target": "es5",
|
||||
"strict": true,
|
||||
"sourceMap": false,
|
||||
"resolveJsonModule": true,
|
||||
"lib": ["es2015", "es2017.object", "esnext", "dom"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user