decentralised sync engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: rework resolution strategy

serenity 45250f78 ee548692

+2 -2
+2 -2
tsconfig.json
··· 26 26 // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ 27 27 // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ 28 28 /* Modules */ 29 - "module": "nodenext" /* Specify what module code is generated. */, 29 + "module": "bundler" /* Specify what module code is generated. */, 30 30 "rootDir": "./src/" /* Specify the root folder within your source files. */, 31 - "moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */, 31 + "moduleResolution": "bundler" /* Specify how TypeScript looks up a file from a given module specifier. */, 32 32 "baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */, 33 33 "paths": { 34 34 "@/*": [