%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps/text/ |
Current File : /www/varak.net/nextcloud.varak.net/apps/text/.tsconfig.json |
{ "extends": "@vue/tsconfig/tsconfig.json", "include": ["./src/**/*.ts"], "compilerOptions": { "types": ["cypress", "cypress-visual-regression", "node", "dockerode", "@nextcloud/typings"], "target": "ESNext", "module": "esnext", "moduleResolution": "node", // Allow ts to import js files "allowJs": true, "allowSyntheticDefaultImports": true, "declaration": false, "noImplicitAny": false, "resolveJsonModule": true, "strict": true, }, "ts-node": { // these options are overrides used only by ts-node // same as our --compilerOptions flag and our TS_NODE_COMPILER_OPTIONS environment variable "compilerOptions": { "module": "commonjs", "verbatimModuleSyntax": false } } }