mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
chore: move oxlint tsconfigs under config
This commit is contained in:
5
config/tsconfig/oxlint.core.json
Normal file
5
config/tsconfig/oxlint.core.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["../../src/**/*", "../../ui/**/*", "../../packages/**/*"],
|
||||
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
||||
}
|
||||
10
config/tsconfig/oxlint.extensions.json
Normal file
10
config/tsconfig/oxlint.extensions.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": [
|
||||
"../../src/**/*",
|
||||
"../../ui/src/**/*",
|
||||
"../../packages/**/*.ts",
|
||||
"../../extensions/**/*"
|
||||
],
|
||||
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
||||
}
|
||||
11
config/tsconfig/oxlint.json
Normal file
11
config/tsconfig/oxlint.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": [
|
||||
"../../src/**/*",
|
||||
"../../ui/**/*",
|
||||
"../../packages/**/*",
|
||||
"../../extensions/**/*",
|
||||
"../../scripts/**/*"
|
||||
],
|
||||
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
||||
}
|
||||
5
config/tsconfig/oxlint.scripts.json
Normal file
5
config/tsconfig/oxlint.scripts.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["../../src/**/*.d.ts", "../../packages/**/*.d.ts", "../../scripts/**/*"],
|
||||
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
||||
}
|
||||
Reference in New Issue
Block a user