13 lines
223 B
JSON
13 lines
223 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "esnext",
|
||
|
"sourceMap": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|