15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"baseUrl": "./src",
|
|
"verbatimModuleSyntax": true,
|
|
"target": "ES2017",
|
|
"noUnusedLocals": true,
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
}
|
|
}
|