Skip to content

Commit

Permalink
chore: reorganize tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 22, 2024
1 parent 45f6298 commit 66ea78a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
8 changes: 0 additions & 8 deletions scripts/tsconfig.json

This file was deleted.

8 changes: 0 additions & 8 deletions tsconfig.config.json

This file was deleted.

6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"files": [],
"references": [
{ "path": "./scripts/" },
{ "path": "./src/" },
{ "path": "./tsconfig.config.json" }
]
"references": [{ "path": "./src/" }, { "path": "./tsconfig.node.json" }]
}
9 changes: 9 additions & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"allowJs": true,
"checkJs": true
},
"include": ["scripts/**/*", "*.config.js", "*.config.ts"]
}

0 comments on commit 66ea78a

Please sign in to comment.