js-waku-examples/relay-angular-chat/tsconfig.app.json

15 lines
264 B
JSON
Raw Normal View History

2022-06-17 00:48:15 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
],
"include": [
"src/**/*.d.ts"
]
}