Add label-custom input

This commit is contained in:
CrazyMax 2020-12-23 21:47:58 +01:00
parent c48ac80f46
commit 8c7824c6d8
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
10 changed files with 1648 additions and 61 deletions

View file

@ -11,9 +11,11 @@
"rootDir": "./src",
"strict": true,
"noImplicitAny": false,
"esModuleInterop": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"sourceMap": true
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": [
"node_modules",
"**/*.test.ts"
]
}