richdocuments/tsconfig.json
dependabot[bot] 08b1e48db5
Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 5.5.1 to 6.0.0.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 11:40:35 +02:00

17 lines
281 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": false,
"noImplicitAny": false,
"moduleResolution": "node",
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true
},
"include": ["src/**/*.tsx"],
"exclude": [
"node_modules",
"vendor"
]
}