Add type check workflow

This commit is contained in:
Max Isom 2022-03-13 17:40:33 -04:00
parent 417a5fb554
commit 03d5cfffd1
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 24 additions and 16 deletions

View file

@ -5,14 +5,12 @@
"module": "ES2020",
"moduleResolution": "node",
"declaration": true,
"outDir": "dist",
"declarationDir": "dts",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules"]