query splitter initial version

This commit is contained in:
Jan Prochazka
2021-05-31 18:38:16 +02:00
parent 912a9d5b51
commit eb78481d70
9 changed files with 314 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib",
"preserveWatchOutput": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
]
}