github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/frontend/directeurs/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "esnext", 4 "module": "esnext", 5 "strict": true, 6 "jsx": "preserve", 7 "importHelpers": true, 8 "moduleResolution": "node", 9 "experimentalDecorators": true, 10 "esModuleInterop": true, 11 "allowSyntheticDefaultImports": true, 12 "sourceMap": true, 13 "baseUrl": ".", 14 "types": ["webpack-env", "jest", "vuetify"], 15 "paths": { 16 "@/*": ["src/*"] 17 }, 18 "lib": ["esnext", "dom", "dom.iterable", "scripthost"], 19 "typeRoots": ["./node_modules/@types", "./node_modules/vuetify/types"] 20 }, 21 "include": [ 22 "src/**/*.ts", 23 "src/**/*.tsx", 24 "src/**/*.vue", 25 "tests/**/*.ts", 26 "tests/**/*.tsx" 27 ], 28 "exclude": ["node_modules"] 29 }