tag-youre-it/tsconfig.json

9 lines
No EOL
125 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"out": "output.js"
},
"files": [
"src/index.ts"
]
}