12 lines
145 B
JSON
12 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist_ts"
|
|
]
|
|
}
|