Skip to content

Commit

Permalink
refactor: edit dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Feb 24, 2023
1 parent dc96114 commit 16a3c09
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dev/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// * Don't delete me!!!
// * If you have questions, ask in The Dev Lounge Discord
// * https://discord.com/invite/2Vd4wAjJnm

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"checkJs": true,
"allowJs": true
},
"include": ["./src/**/*.js", "./src/**/*.ts"],
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 16a3c09

Please sign in to comment.