• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "compilerOptions": {
3        "package": "",
4        "baseUrl": ".",
5        "outDir": "./dist",
6        "paths": {
7            "std": [
8                "../../../../../../../arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std"
9            ],
10            "escompat": [
11                "../../../../../../../arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat"
12            ],
13            "@ohos": [
14                "../../../../../../../interface/sdk-js/api/@ohos"
15            ]
16        }
17    },
18    "includes": [
19        "*.ets"
20    ]
21}
22