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