mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 04:56:49 +00:00
da52903357
Co-authored-by: Franck Royer <franck@status.im>
16 lines
287 B
JSON
16 lines
287 B
JSON
/* 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",
|
|
"src/polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|