xref: /arkcompiler/ets_frontend/ets2panda/test/tsconfig/include/tsconfig.json (revision 3af6ab5f)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /arkcompiler/ets_frontend/ets2panda/test/tsconfig/include/
13af6ab5fSopenharmony_ci{
23af6ab5fSopenharmony_ci    "compilerOptions": {
33af6ab5fSopenharmony_ci        "outDir": "build"
43af6ab5fSopenharmony_ci    },
53af6ab5fSopenharmony_ci    "files": [
63af6ab5fSopenharmony_ci        "file1.ts",
73af6ab5fSopenharmony_ci        "file2.ts"
83af6ab5fSopenharmony_ci    ],
93af6ab5fSopenharmony_ci    "include": [
103af6ab5fSopenharmony_ci        "src/component1",
113af6ab5fSopenharmony_ci        "src/**/*Util?.ts",
123af6ab5fSopenharmony_ci        "src/component2/exampleComponent?.ts",
133af6ab5fSopenharmony_ci        "test",
143af6ab5fSopenharmony_ci        "main.ts",
153af6ab5fSopenharmony_ci        "non_existent_path"
163af6ab5fSopenharmony_ci    ],
173af6ab5fSopenharmony_ci    "exclude": [
183af6ab5fSopenharmony_ci        "src/component1/exampleUtil?.ts",
193af6ab5fSopenharmony_ci        "src/component1/index.ts"
203af6ab5fSopenharmony_ci    ]
213af6ab5fSopenharmony_ci}
22

Indexes created Thu Nov 07 10:32:03 CST 2024