UNPKG

archive-web

Version:

Download a webpage for archiving purpose

33 lines (32 loc) 792 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "rootDir": "./", "moduleResolution": "bundler", "baseUrl": ".", "paths": { "@/*": ["*"] }, "resolveJsonModule": true, "allowJs": true, "declaration": true, "declarationMap": true, "outDir": "./build", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "alwaysStrict": true, "skipLibCheck": true, "sourceMap": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules/**"], "compileOnSave": false }