Init Project...
This commit is contained in:
		
							
								
								
									
										22
									
								
								packages/cc-server-core/src/function/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								packages/cc-server-core/src/function/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
{
 | 
			
		||||
    "compilerOptions": {
 | 
			
		||||
        "outDir": "dist",
 | 
			
		||||
        "sourceRoot": "src",
 | 
			
		||||
        "module": "commonjs",
 | 
			
		||||
        "target": "es5",
 | 
			
		||||
        "lib": [
 | 
			
		||||
            "es6",
 | 
			
		||||
            "dom"
 | 
			
		||||
        ],
 | 
			
		||||
        "noImplicitAny": false,
 | 
			
		||||
        "sourceMap": false,
 | 
			
		||||
        "emitDecoratorMetadata": true,
 | 
			
		||||
        "experimentalDecorators": true,
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "noUnusedLocals": true
 | 
			
		||||
    },
 | 
			
		||||
    "compileOnSave": false,
 | 
			
		||||
    "exclude": [
 | 
			
		||||
        "node_modules"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user