11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"verbatimModuleSyntax": true,
|
|
"target": "ES2017",
|
|
},
|
|
"exclude": [
|
|
"./node_modules/**"
|
|
]
|
|
}
|