42473e1a8a
-combine the features of the two previous commits -add prettier and pretty-quick -more routing and logout button
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"types": []
|
|
},
|
|
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
|
}
|