packet loading

This commit is contained in:
Robin Appelman 2021-07-26 00:27:53 +02:00
commit 57650faeac
15 changed files with 11726 additions and 1662 deletions

12
www/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es2020",
"target": "es6",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}