(Proper) Initial commit
This commit is contained in:
parent
48c0059860
commit
32796e4026
19 changed files with 6094 additions and 97 deletions
|
@ -108,6 +108,13 @@
|
|||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": [
|
||||
"backend/**/*.ts",
|
||||
"backend/**/*.ts",
|
||||
"frontend/**/*.ts",
|
||||
"backend/services/**/*.ts",
|
||||
"backend/types/**/*.ts",
|
||||
"backend/app.ts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
Reference in a new issue