You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			849 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			44 lines
		
	
	
		
			849 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "esnext",
 | 
						|
    "module": "esnext",
 | 
						|
    "strict": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "importHelpers": true,
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "sourceMap": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "types": [
 | 
						|
      "webpack-env",
 | 
						|
      "node",
 | 
						|
    ],
 | 
						|
    "typeRoots": ["./node_modules/@types", "./types/application", "nody-greeter-types"],
 | 
						|
    "paths": {
 | 
						|
      "@/*": [
 | 
						|
        "./src/*"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "lib": [
 | 
						|
      "esnext",
 | 
						|
      "dom",
 | 
						|
      "dom.iterable",
 | 
						|
      "scripthost"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "src/**/*.tsx",
 | 
						|
    "src/**/*.vue",
 | 
						|
    "tests/**/*.ts",
 | 
						|
    "tests/**/*.tsx",
 | 
						|
    "src/plugins/swiper.js"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "node_modules"
 | 
						|
  ]
 | 
						|
}
 |