working on basic service setup, auth, conf
This commit is contained in:
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./build",
|
||||
"target": "ES2022",
|
||||
"moduleResolution": "NodeNext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user