mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-22 03:23:52 +03:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"strictNullChecks": true,
|
|
"sourceMap": false,
|
|
"resolveJsonModule": true,
|
|
"lib": ["es5", "es2015.promise", "dom", "es2015"],
|
|
"checkJs": true
|
|
}
|
|
}
|