9 lines
134 B
JSON
9 lines
134 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6"
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"**/node_modules/*"
|
||
|
|
]
|
||
|
|
}
|