mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-03 21:33:42 +00:00 
			
		
		
		
	build: configure TypeScript to cover all files
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
		
							parent
							
								
									bef022bb70
								
							
						
					
					
						commit
						14703a1253
					
				@ -17,12 +17,10 @@ pre-commit:
 | 
			
		||||
    - name: check types
 | 
			
		||||
      run: pnpm tsc --noEmit
 | 
			
		||||
      glob:
 | 
			
		||||
        - src/*.ts
 | 
			
		||||
        - "*.ts"
 | 
			
		||||
        - .npmrc
 | 
			
		||||
        - pnpm-lock.yaml
 | 
			
		||||
        - tsconfig.json
 | 
			
		||||
      exclude:
 | 
			
		||||
        - src/*.test.ts
 | 
			
		||||
 | 
			
		||||
    - name: build action
 | 
			
		||||
      run: pnpm rollup -c
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "extends": "@tsconfig/node20",
 | 
			
		||||
  "include": ["src"],
 | 
			
		||||
  "exclude": ["**/*.test.ts"],
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "module": "node16"
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user