[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
|
||||
{
|
||||
// @ts-ignore
|
||||
@Prop({required: true}) assignment: Assignment;
|
||||
|
||||
@Prop({default: false})
|
||||
|
||||
/**
|
||||
* Format a date to the displayed format
|
||||
*
|
||||
|
||||
+4
-1
@@ -24,7 +24,10 @@
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"scripthost"
|
||||
]
|
||||
],
|
||||
|
||||
// Custom
|
||||
"strictPropertyInitialization": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user