Use deno typescript instead of node. Fix compilation errors for updated typescript. update setup script to install deno. use tmux when running localling for all processes.
This commit is contained in:
@@ -45,8 +45,15 @@
|
||||
|
||||
/* Module Resolution Options */
|
||||
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
|
||||
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
|
||||
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
|
||||
"paths": {
|
||||
"App": ["./src/App.ts"],
|
||||
"IDUtils": ["./src/IDUtils.ts"],
|
||||
"PeerManager": ["./src/PeerManager.ts"],
|
||||
"Sync": ["./src/Sync.ts"],
|
||||
"db": ["./src/db.ts"],
|
||||
"dataUtils": ["./src/dataUtils.ts"],
|
||||
"log": ["./src/log.ts"]
|
||||
},
|
||||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
||||
// "typeRoots": [], /* List of folders to include type definitions from. */
|
||||
// "types": [], /* Type declaration files to be included in compilation. */
|
||||
|
||||
Reference in New Issue
Block a user