Use localStorage

This commit is contained in:
2022-08-29 14:31:11 +02:00
parent 01a7bed1c9
commit 494e297224
3 changed files with 63 additions and 16 deletions

View File

@ -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,