Files
dbgate/packages/filterparser/tsconfig.json
2020-03-12 09:29:07 +01:00

15 lines
249 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib",
"preserveWatchOutput": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
]
}