Initial commit
This commit is contained in:
		
							
								
								
									
										33
									
								
								desktop/template/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								desktop/template/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| { | ||||
|     "compilerOptions": { | ||||
|         "target": "ESNext", | ||||
|         "useDefineForClassFields": true, | ||||
|         "module": "ESNext", | ||||
|         "moduleResolution": "node", | ||||
|         "strict": true, | ||||
|         "jsx": "preserve", | ||||
|         "sourceMap": false, | ||||
|         "resolveJsonModule": true, | ||||
|         "isolatedModules": true, | ||||
|         "esModuleInterop": true, | ||||
|         "lib": [ | ||||
|             "ESNext", | ||||
|             "DOM" | ||||
|         ], | ||||
|         "types": [ | ||||
|             "node" | ||||
|         ], | ||||
|         "skipLibCheck": true | ||||
|     }, | ||||
|     "include": [ | ||||
|         "src/**/*.ts", | ||||
|         "src/**/*.d.ts", | ||||
|         "src/**/*.tsx", | ||||
|         "src/**/*.vue" | ||||
|     ], | ||||
|     "references": [ | ||||
|         { | ||||
|             "path": "./tsconfig.node.json" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user