dbgate/api/tsconfig.json

12 lines
176 B
JSON
Raw Normal View History

2020-01-06 22:02:03 +00:00
{
"compilerOptions": {
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"noEmit": true
},
2020-01-09 21:30:53 +00:00
"include": [
"src"
2020-01-06 22:02:03 +00:00
]
}