query-splitter renamamed

This commit is contained in:
Jan Prochazka
2021-06-02 21:02:28 +02:00
parent 36e37dcec9
commit 42e446bc36
10 changed files with 4 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/**/*"
]
}