Add technical; snippet support

This commit is contained in:
2022-03-31 10:22:41 -05:00
parent 2a8571d6dd
commit 22c2b9f665
1093 changed files with 916277 additions and 133 deletions

View File

@@ -6,8 +6,9 @@
"outDir": "./lib",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"emitDecoratorMetadata": true,
"lib": ["ESNext"]
},
"include": ["src"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "src/app/resources", "../extollo/lib"]
}