1234567891011121314 |
- {
- "extends": "../../../tsconfigbase.json",
- "compilerOptions": {
- "lib": ["es6", "dom", "ES2017"],
- "allowJs": false,
- "rootDir": "../",
- "outDir": "dist",
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "skipLibCheck": true
- },
- "include": ["../src/**/*"],
- "exclude": ["node_modules"]
- }
|