9 lines
No EOL
129 B
JSON
9 lines
No EOL
129 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |