tag-youre-it/tsconfig.json

10 lines
163 B
JSON
Raw Normal View History

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