github.com/quickfeed/quickfeed@v0.0.0-20240507093252-ed8ca812a09c/public/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "ES2022", 4 "noImplicitAny": true, 5 "esModuleInterop": true, 6 "strictNullChecks": true, 7 "removeComments": true, 8 "preserveConstEnums": true, 9 "sourceMap": false, 10 "jsx": "react", 11 "newLine": "LF", 12 "noUnusedLocals": true, 13 "noUnusedParameters": true, 14 "moduleResolution": "node", 15 }, 16 "include": [ 17 "src/**/*" 18 ] 19 }