remove jsconfig templates and add new lib/scripts templates

This commit is contained in:
Hazelnoot 2025-10-07 00:35:22 -04:00
parent 6c3027fe7a
commit f6d5a2378a
11 changed files with 122 additions and 136 deletions

View file

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.scripts.jsonc",
"#": [
"This is not a template!!!",
"Used for type-checking the shared JS/TS code; do not reference from other packages."
],
"include": [
"*.js",
"*.ts",
],
}