tag-youre-it/tsconfig.json
2015-10-18 23:34:07 +02:00

9 lines
No EOL
139 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true
},
"files": [
"src/index.ts"
]
}