mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			825 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			825 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "esnext",
 | 
						|
    "module": "esnext",
 | 
						|
    "strict": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "importHelpers": true,
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "sourceMap": true,
 | 
						|
    "allowJs": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "types": [
 | 
						|
      "webpack-env",
 | 
						|
      "jest",
 | 
						|
      "./types",
 | 
						|
      "node"
 | 
						|
    ],
 | 
						|
    "paths": {
 | 
						|
      "@src/*": [
 | 
						|
        "src/*"
 | 
						|
      ],
 | 
						|
      "@tests/*": [
 | 
						|
        "tests/*"
 | 
						|
      ],
 | 
						|
      "vue": ["node_modules/vue"],
 | 
						|
    },
 | 
						|
    "lib": [
 | 
						|
      "esnext",
 | 
						|
      "dom",
 | 
						|
      "dom.iterable",
 | 
						|
      "scripthost"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "src/**/*.tsx",
 | 
						|
    "src/**/*.vue",
 | 
						|
    "tests/**/*.ts",
 | 
						|
    "tests/**/*.tsx"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "node_modules"
 | 
						|
  ]
 | 
						|
}
 |