| 123456789101112131415161718192021222324 |
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "outDir": "./out-tsc/app",
- "paths": {
- "@angular/*": [
- "./node_modules/@angular/*"
- ],
- "@nebular/*": [
- "./node_modules/@nebular/*"
- ]
- }
- },
- "exclude": [
- "test.ts",
- "**/*.spec.ts",
- "./node_modules/@nebular/**/*.spec.ts",
- "./node_modules/rpclibrary/js/**/*"
- ],
- "include": [
- "./src/*.ts",
- "./src/**/*.ts",
- ]
- }
|