4 // Set the baseUrl to the root of the project.
6 // Make the type checking as strict as possible.
8 // TypeScript will check JS files only if they have a @ts-check comment in them.
10 // Only type check, don't emit files.
12 // Allow esnext syntax. Otherwise the default is ES5 only.
14 "lib": ["esnext", "dom"]
16 // Add a @ts-check comment to a JS file to start type checking it.
17 "include": ["./**/*.js", "./**/*.jsx"],
20 "./client/shared/vendor",