dbgate/api/tsconfig.json
2020-01-09 22:30:53 +01:00

12 lines
176 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"noEmit": true
},
"include": [
"src"
]
}