dbgate/packages/datalib/tsconfig.json

14 lines
274 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
2020-03-07 16:44:40 +00:00
"outDir": "lib",
"esModuleInterop": true,
"preserveWatchOutput": true
},
"include": [
"src/**/*"
]
}