Initial commit: backend, storefront, vendor-panel added
This commit is contained in:
8
vendor-panel/tsconfig.build.json
Normal file
8
vendor-panel/tsconfig.build.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"composite": true
|
||||
},
|
||||
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"]
|
||||
}
|
||||
Reference in New Issue
Block a user