initial commit
This commit is contained in:
23
jsconfig.json
Normal file
23
jsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": ["bun-types"],
|
||||
"lib": ["esnext"],
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleDetection": "force",
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"strict": true
|
||||
},
|
||||
"include": [
|
||||
"./scripts/*.js",
|
||||
"ui-serve/**/*.js",
|
||||
"api/**/*.js",
|
||||
"ui/**/*.js",
|
||||
"aws/**/*.js",
|
||||
"logging/**/*.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user