Commit inicial
This commit is contained in:
commit
5678ee9bd4
7 changed files with 218 additions and 0 deletions
15
jsconfig.json
Normal file
15
jsconfig.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"app/*": ["./*"]
|
||||
},
|
||||
"moduleResolution": "node",
|
||||
"checkJs": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"strictNullChecks": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"exclude": ["node_modules", "docs", "thinking"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue