Add linking script

This commit is contained in:
garronej 2023-02-25 14:29:46 +01:00
parent a146f38b70
commit c0e207b967
10 changed files with 327 additions and 4 deletions

View file

@ -17,5 +17,6 @@
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/scripts"]
}