11 lines
122 B
JSON
11 lines
122 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6"
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |