7 lines
117 B
JSON
7 lines
117 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
} |