tag-youre-it/tsconfig.json

10 lines
No EOL
163 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true
},
"exclude": [
"node_modules",
"testfolder"
]
}