Files
arne-drums/tsconfig.json
Daniel Ledda 87b9078072
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit
refactor: Moving to svelteless, added Jenkinsfile
2021-08-28 20:57:20 +02:00

11 lines
191 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"allowJs": true
},
"files": ["src/index.ts"]
}