[O] Disable strict property initialization check
This commit is contained in:
@@ -6,9 +6,10 @@ import moment from 'moment';
|
|||||||
})
|
})
|
||||||
export default class AssignmentEntry extends Vue
|
export default class AssignmentEntry extends Vue
|
||||||
{
|
{
|
||||||
// @ts-ignore
|
|
||||||
@Prop({required: true}) assignment: Assignment;
|
@Prop({required: true}) assignment: Assignment;
|
||||||
|
|
||||||
|
@Prop({default: false})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format a date to the displayed format
|
* Format a date to the displayed format
|
||||||
*
|
*
|
||||||
|
|||||||
+4
-1
@@ -24,7 +24,10 @@
|
|||||||
"dom",
|
"dom",
|
||||||
"dom.iterable",
|
"dom.iterable",
|
||||||
"scripthost"
|
"scripthost"
|
||||||
]
|
],
|
||||||
|
|
||||||
|
// Custom
|
||||||
|
"strictPropertyInitialization": false
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.ts",
|
"src/**/*.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user