42473e1a8a
-combine the features of the two previous commits -add prettier and pretty-quick -more routing and logout button
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"module": "commonjs",
|
|
"types": ["jasmine", "node"]
|
|
},
|
|
"files": ["test.ts", "polyfills.ts"],
|
|
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
}
|