Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
216 B · 11 lines
JSON
123456789101112{ "extends": "../app/tsconfig.base", "compilerOptions": { "strict": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "module": "CommonJS" }, "include": ["src/**/*.ts"]}