mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
* first encore service * encore run * api * . * save link * link * . * try deploy * try * .
32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|