15 lines
164 B
JSON
15 lines
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonJS",
|
|
"removeComments": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|
|
|
|
|
|
|
|
|