mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-21 07:51:38 +02:00
Encore API setup (#139)
* first encore service * encore run * api * . * save link * link * . * try deploy * try * .
This commit is contained in:
31
api/tsconfig.json
Normal file
31
api/tsconfig.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"lib": ["ES2022"],
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"types": ["node"],
|
||||
"paths": {
|
||||
"~encore/*": ["./encore.gen/*"]
|
||||
},
|
||||
|
||||
/* Workspace Settings */
|
||||
"composite": true,
|
||||
|
||||
/* Strict Type-Checking Options */
|
||||
"strict": true,
|
||||
|
||||
/* Module Resolution Options */
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"isolatedModules": true,
|
||||
"sourceMap": true,
|
||||
|
||||
"declaration": true,
|
||||
|
||||
/* Advanced Options */
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user