filter parse - ts

This commit is contained in:
Jan Prochazka
2020-03-12 09:29:07 +01:00
parent 8f6b211b1b
commit e2c5c8163c
8 changed files with 102 additions and 1 deletions

View File

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