SSR App
This commit is contained in:
@@ -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",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user