{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "skipLibCheck": true, // {{SQL CARBON EDIT}} Skip checking libs since they're not needed and a couple of ours cause compile errors "plugins": [ { "name": "tsec", "exemptionConfig": "./tsec.exemptions.json" } ] }, "exclude": [ "*/test/*", "**/*.test.ts" ] }