Move scripts outside of src

This commit is contained in:
garronej 2023-03-21 15:30:41 +01:00
parent c0e207b967
commit 46389a7b77
4 changed files with 3 additions and 5 deletions

View file

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