This commit is contained in:
peter
2020-03-11 02:05:54 +01:00
parent 111656b9b4
commit b28f8bc7ce
66 changed files with 1349 additions and 2833 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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",
]
}