11 lines
125 B
JSON
11 lines
125 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist_ts"
|
|
]
|
|
}
|