Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tsconfig.json - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 521200b069a0adfe908eb2476f20927209bfc332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"compilerOptions": {
		"outDir": "./dist/",
		"sourceMap": true,
		"noImplicitAny": true,
		"module": "es6",
		"target": "es6",
		"jsx": "react",
		"allowJs": true
	},
	"exclude": [
		"node_modules",
		"vendor"
	]
}