forked from Outils-PeerTube/listener-rss-aggregator
first commit
This commit is contained in:
5
src/gestion-listener.ts
Normal file
5
src/gestion-listener.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import {} from "";
|
||||
|
||||
export class GestionListener {
|
||||
GestionListener(): any {}
|
||||
}
|
1
src/index.ts
Normal file
1
src/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./gestion-listener";
|
10
src/tsconfig.json
Normal file
10
src/tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"exclude": [
|
||||
"build/",
|
||||
"node_modules"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user