Cristiano Magro
2024-12-28 8480d4ef05d995ee67c1460cf273c899fa59e89c
commit | author | age
b8129d 1 {
CM 2   "compilerOptions": {
3     "target": "es5",
4     "module": "esnext",
5     "baseUrl": "./",
6     "moduleResolution": "node",
7     "paths": {
8       "@/*": [
9         "src/*"
10       ]
11     },
12     "lib": [
13       "esnext",
14       "dom",
15       "dom.iterable",
16       "scripthost"
17     ]
18   }
19 }