1 2 3 4 5 6 7 8
// Compiler configuration to build the docs { "extends": "./tsconfig.base.json", "include": ["../src/**/*.ts"], "compilerOptions": { "target": "esnext" } }