mirror of
https://github.com/Cola-Echo/memory-manager-concurrent.git
synced 2026-06-06 03:05:51 +00:00
Update from local source
This commit is contained in:
23
jsconfig.json
Normal file
23
jsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@core/*": ["src/core/*"],
|
||||
"@config/*": ["src/config/*"],
|
||||
"@worldbook/*": ["src/worldbook/*"],
|
||||
"@api/*": ["src/api/*"],
|
||||
"@memory/*": ["src/memory/*"],
|
||||
"@hooks/*": ["src/hooks/*"],
|
||||
"@ui/*": ["src/ui/*"],
|
||||
"@utils/*": ["src/utils/*"]
|
||||
},
|
||||
"checkJs": true,
|
||||
"strict": true,
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "games"]
|
||||
}
|
||||
Reference in New Issue
Block a user