Started using TSLint

This commit is contained in:
2019-11-17 18:09:39 +09:00
parent 5394928ea9
commit 62d63740bb
7 changed files with 134 additions and 125 deletions

4
scripts/LoadOptions.ts Normal file
View File

@ -0,0 +1,4 @@
export default class LoadOptions {
public addToHistory?: boolean
public forceReload?: boolean
}