mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
Fix tsconfig
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
6a384c8196
commit
1966999669
1 changed files with 9 additions and 2 deletions
|
|
@ -1,13 +1,20 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"sourceMap": false,
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"target": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"paths": {
|
||||
"@nextcloud/event-bus": [
|
||||
"./node_modules/@nextcloud/event-bus/dist/index.js",
|
||||
"./node_modules/@nextcloud/event-bus/dist/lib/*"
|
||||
]
|
||||
},
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["src/**/*.tsx"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"vendor"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue