返回 AiToEarn
tsconfig.json
1 {
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {},
4 "references": [
5 {
6 "path": "./tsconfig.app.json"
7 },
8 {
9 "path": "./tsconfig.spec.json"
10 }
11 ],
12 "files": [],
13 "include": []
14 }
15
15 lines JSON