Add compiletime globals to the type definition.
This commit is contained in:
parent
9dcca9fe3e
commit
e40ebdd4c3
|
@ -29,4 +29,8 @@ declare global {
|
||||||
|
|
||||||
type MoveDirection = 'up' | 'down';
|
type MoveDirection = 'up' | 'down';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const $browser: 'chromium' | 'firefox';
|
||||||
|
const $dev: boolean;
|
||||||
|
const $test: boolean;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue