mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-04 16:22:48 +08:00
Build decision flow editor and runtime integration
This commit is contained in:
20
tsconfig.scripts.json
Normal file
20
tsconfig.scripts.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~~/*": ["./*"],
|
||||
"@@/*": ["./*"],
|
||||
"~/\*": ["./app/*"],
|
||||
"@/*": ["./app/*"]
|
||||
},
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["scripts/**/*.ts", "server/**/*.ts", "shared/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user