feat: new UI and build process
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build started...

This commit is contained in:
Daniel Ledda
2021-08-29 16:21:26 +02:00
parent f2bcc81330
commit ec4587bed5
30 changed files with 769 additions and 12596 deletions

View File

@@ -2,9 +2,12 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"allowJs": true
"module": "esnext",
"target": "esnext",
"allowJs": true,
"strict": true,
"moduleResolution": "Node",
"resolveJsonModule": true
},
"files": ["src/index.ts"]
"include": ["./src/**/*"]
}