remove jsconfig templates and add new lib/scripts templates
This commit is contained in:
parent
6c3027fe7a
commit
f6d5a2378a
11 changed files with 122 additions and 136 deletions
14
packages/shared/tsconfig.json
Normal file
14
packages/shared/tsconfig.json
Normal 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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue