15 lines
183 B
JSON
15 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"baseUrl": "./src",
|
|
"verbatimModuleSyntax": true,
|
|
"target": "ES2017",
|
|
},
|
|
"exclude": [
|
|
"./node_modules/**"
|
|
]
|
|
}
|