dbgate/packages/api/tsconfig.json
Jan Prochazka b6dea799c1 refactor
2020-02-03 19:52:02 +01:00

14 lines
243 B
JSON

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