jsconfig.json 142 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 { "compilerOptions": { "typeRoots": ["./index.d.ts", "./node_modules/@types"], "checkJs": true }, "exclude": ["node_modules"] }