chore: jsconfig file
This commit is contained in:
parent
53a601cadc
commit
9fa6c50d76
1 changed files with 17 additions and 0 deletions
17
app/jsconfig.json
Normal file
17
app/jsconfig.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2020",
|
||||
"jsx": "preserve",
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules/*"
|
||||
],
|
||||
"include": [
|
||||
"server/*.js",
|
||||
"index.js"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue