10 lines
160 B
JSON
10 lines
160 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"downlevelIteration": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"src/index.ts"
|
||
|
|
]
|
||
|
|
}
|