serverline-sim/tsconfig.json

9 lines
127 B
JSON
Raw Normal View History

2021-12-11 23:03:55 -05:00
{
"compilerOptions": {
"noImplicitAny": true,
"downlevelIteration": true
},
"include": [
"src/index.ts"
]
}