activated typescript strict mode
This commit is contained in:
@@ -2,6 +2,6 @@ export interface Chord {
|
||||
chord: string;
|
||||
length: number;
|
||||
position: number;
|
||||
slashChord?: string;
|
||||
add?: string;
|
||||
slashChord: string | null;
|
||||
add: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user