Add technical; snippet support
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user