mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 10:43:38 +03:00
Update Typescript config and add typecheck to CI
This commit is contained in:
parent
2e37d99e18
commit
83b7a7ec53
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
node-version: ${{steps.versions.outputs.nodejs}}
|
||||
- run: npm install --prefix ./assets
|
||||
- run: npm install --prefix ./tracker
|
||||
- run: npm run typecheck --prefix ./assets
|
||||
- run: npm run lint --prefix ./assets
|
||||
- run: npm run check-format --prefix ./assets
|
||||
- run: npm run test --prefix ./assets
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"jsx": "react",
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
|
Loading…
Reference in New Issue
Block a user