12 lines
167 B
JSON
12 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"lib": [ "es2015" ]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|