Skip to content

Commit

Permalink
chore: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 23, 2024
1 parent 8496d63 commit a929739
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"include": [
"src",
"static",
"functions",
"build",
"scripts/typescript",
"globals.d.ts",
"cypress/**/*.ts",
"cypress.config.ts",
"src/**/*.ts",
"tests/**/*.ts",
".github/**/*.ts"
],
"include": ["functions", "build", "scripts/typescript", "globals.d.ts", "cypress/**/*.ts", "cypress.config.ts", "static/**/*.ts", ".github/**/*.ts"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */
Expand Down

0 comments on commit a929739

Please sign in to comment.