Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 9, 2023
1 parent 8a6fa8f commit 27c3cde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"paths": {
"@utils/*": ["interface/utils/*"],
"@components/*": ["interface/components/*"],
"@stores/*": ["interface/stores/*"],
}
},
"include": ["interface/**/*.d.ts", "interface/**/*.ts", "interface/**/*.js", "interface/**/*.svelte", "libraries/**/*.d.ts", "libraries/**/*.ts"],
"exclude": ["dist"]
Expand Down

0 comments on commit 27c3cde

Please sign in to comment.