Use localStorage
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"outDir": "dest/www/res/scripts",
|
||||
"rootDir": "src",
|
||||
"rootDir": "src/",
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
|
Reference in New Issue
Block a user