mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-03 21:33:42 +00:00 
			
		
		
		
	build: use @tsconfig/node23 in tsconfig.json file
				
					
				
			Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
		
							parent
							
								
									56db79de2b
								
							
						
					
					
						commit
						e521c82d89
					
				@ -15,6 +15,7 @@
 | 
			
		||||
    "@eslint/js": "^9.22.0",
 | 
			
		||||
    "@rollup/plugin-node-resolve": "^16.0.1",
 | 
			
		||||
    "@rollup/plugin-typescript": "^12.1.2",
 | 
			
		||||
    "@tsconfig/node23": "^23.0.0",
 | 
			
		||||
    "@types/node": "^22.13.10",
 | 
			
		||||
    "@vitest/coverage-v8": "^3.0.8",
 | 
			
		||||
    "eslint": "^9.22.0",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@ -21,6 +21,9 @@ importers:
 | 
			
		||||
      '@rollup/plugin-typescript':
 | 
			
		||||
        specifier: ^12.1.2
 | 
			
		||||
        version: 12.1.2(rollup@4.36.0)(tslib@2.8.1)(typescript@5.8.2)
 | 
			
		||||
      '@tsconfig/node23':
 | 
			
		||||
        specifier: ^23.0.0
 | 
			
		||||
        version: 23.0.0
 | 
			
		||||
      '@types/node':
 | 
			
		||||
        specifier: ^22.13.10
 | 
			
		||||
        version: 22.13.10
 | 
			
		||||
@ -452,6 +455,9 @@ packages:
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [win32]
 | 
			
		||||
 | 
			
		||||
  '@tsconfig/node23@23.0.0':
 | 
			
		||||
    resolution: {integrity: sha512-a2qO9QOEWnomKbFFE3XlOJ5za6Sc+XduxQkFpah42enbTPFPaW0QzKw616KDNfmMLPhXMwCw4EHVjcKaFOj/OA==}
 | 
			
		||||
 | 
			
		||||
  '@types/estree@1.0.6':
 | 
			
		||||
    resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
 | 
			
		||||
 | 
			
		||||
@ -1523,6 +1529,8 @@ snapshots:
 | 
			
		||||
  '@rollup/rollup-win32-x64-msvc@4.36.0':
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  '@tsconfig/node23@23.0.0': {}
 | 
			
		||||
 | 
			
		||||
  '@types/estree@1.0.6': {}
 | 
			
		||||
 | 
			
		||||
  '@types/json-schema@7.0.15': {}
 | 
			
		||||
 | 
			
		||||
@ -1,12 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
  "extends": "@tsconfig/node23",
 | 
			
		||||
  "include": ["src"],
 | 
			
		||||
  "exclude": ["**/*.test.ts"],
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "exactOptionalPropertyTypes": true,
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "module": "node16",
 | 
			
		||||
    "moduleResolution": "node16",
 | 
			
		||||
    "target": "es2022",
 | 
			
		||||
    "skipLibCheck": true
 | 
			
		||||
    "module": "node16"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user