xref: /arkcompiler/ets_frontend/arkguard/tsconfig.json (revision 3af6ab5f)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /arkcompiler/ets_frontend/arkguard/
13af6ab5fSopenharmony_ci{
23af6ab5fSopenharmony_ci  "extends": "./tsconfig.base.json",
33af6ab5fSopenharmony_ci  "semicolon": [true, "always", "ignore-interfaces"],
43af6ab5fSopenharmony_ci  "compilerOptions": {
53af6ab5fSopenharmony_ci    "outDir": "./lib",
63af6ab5fSopenharmony_ci    "resolveJsonModule": true,
73af6ab5fSopenharmony_ci    "declaration": true,
83af6ab5fSopenharmony_ci    "allowJs": true,
93af6ab5fSopenharmony_ci    "checkJs": true
103af6ab5fSopenharmony_ci  },
113af6ab5fSopenharmony_ci  "include": [
123af6ab5fSopenharmony_ci    "src/**/*"
133af6ab5fSopenharmony_ci  ],
143af6ab5fSopenharmony_ci  "exclude": [
153af6ab5fSopenharmony_ci    "node_modules"
163af6ab5fSopenharmony_ci  ]
173af6ab5fSopenharmony_ci}
18

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