UNPKG

siegel

Version:

Web application development ecosystem

10 lines 210 B
{ "extends": "../tsconfig.json", "compilerOptions": { "baseUrl": ".", "noEmit": true, "declaration": false, "skipDefaultLibCheck": true }, "include": [ "**/*.ts", "**/*.tsx", "../global.d.ts" ] }