All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.tsconfig.json Maven / Gradle / Ivy

{
	"compilerOptions": {
		"declaration": false,
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true,
		"inlineSources": true,
		"lib": [
			"es2015",
			"dom"
		],
		"module": "commonjs",
		"moduleResolution": "node",
		"noFallthroughCasesInSwitch": true,
		"noStrictGenericChecks": true,
		"outDir": #if (${buildType} != "gradle") "target/classes/META-INF/resources/lib"#else "build/resources/main/META-INF/resources/lib"#end,
		"skipLibCheck": true,
		"sourceMap": true,
		"strict": true,
		"suppressImplicitAnyIndexErrors": true,
		"target": "es5",
		"typeRoots": [
			"./node_modules/@types/"
		],
		"types": [
			"jasmine",
			 "node"
		]
	},
	"include": [
		"src/**/*.ts"
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy