Initial work is done
This commit is contained in:
9
node_modules/ts-mixer/dist/cjs/settings.js
generated
vendored
Normal file
9
node_modules/ts-mixer/dist/cjs/settings.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.settings = void 0;
|
||||
exports.settings = {
|
||||
initFunction: null,
|
||||
staticsStrategy: 'copy',
|
||||
prototypeStrategy: 'copy',
|
||||
decoratorInheritance: 'deep',
|
||||
};
|
Reference in New Issue
Block a user