9 lines
127 B
JSON
9 lines
127 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"downlevelIteration": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/index.ts"
|
||
|
|
]
|
||
|
|
}
|