mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "vendor"],
|
|
"compilerOptions": {
|
|
"outDir": "./js",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ESNext"],
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7,
|
|
}
|
|
}
|