dbgate/packages/api/tsconfig.json

14 lines
243 B
JSON
Raw Normal View History

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