Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Nov 20, 2024
1 parent c45b6ec commit 6ff9a77
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
"@userActions/*": ["./src/libs/actions/*"]
}
},
"include": ["src", "desktop", "web", "website", "docs", "assets", "config", "tests", "jest", "__mocks__", ".github/**/*", ".storybook/**/*", "scripts", "modules/index.ts"],
"include": [
"src",
"desktop",
"web",
"website",
"docs",
"assets",
"config",
"tests",
"jest",
"__mocks__",
".github/**/*",
".storybook/**/*",
"scripts",
"modules/index.ts",
"**/*.nitro/*.ts",
"**/*.nitro/*.tsx"
],
"exclude": ["**/node_modules/*", "**/dist/*", ".github/actions/**/index.js", "**/docs/*"]
}

0 comments on commit 6ff9a77

Please sign in to comment.