barker/bookie/tsconfig.app.json
Amritanshu 5c7985e392 Chore:
Moved to sqlalchemy 2.0
Added type checking as much as possible
Updated angular to 15
Moved from Angular flex layout to tailwind css

Started developing on vscode with devcontainers
2023-02-20 18:49:17 +05:30

15 lines
262 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../frontend",
"types": []
},
"files": [
"src/main.ts",
],
"include": [
"src/**/*.d.ts"
]
}