tsconfig.json 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 { "compilerOptions": { "noEmit": true, "noImplicitAny": false }, "include": ["../../index.d.ts", "./type-tests.ts"] }