• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2      "compilerOptions": {
3        "baseUrl": "$ROOT",
4        "paths": {
5            "std": ["$ROOT/plugins/ets/stdlib/std"],
6            "escompat": ["$ROOT/plugins/ets/stdlib/escompat"],
7            "import_tests": [
8                "$ROOT/tools/es2panda/test/parser/ets/import_tests"],
9            "dynamic_import_tests": [
10                "$ROOT/tools/es2panda/test/parser/ets/dynamic_import_tests"]
11        },
12        "dynamicPaths": {
13            "dynamic_js_import_tests": {"language": "js", "hasDecl": false},
14            "$ROOT/tools/es2panda/test/parser/ets/dynamic_import_tests": {
15                "language": "js", "hasDecl": true}
16        }
17    }
18}