]> Softwares of Agnibho - medscript-lite.git/blob - jsconfig.json
Updated for mpaz 0.3
[medscript-lite.git] / jsconfig.json
1 {
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 }