mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2026-03-03 04:39:30 +00:00
First commit: /a/, /gallery/, images, gifv
This commit is contained in:
17
tsconfig.json
Executable file
17
tsconfig.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2019",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"declaration": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "dist",
|
||||
"typeRoots": [
|
||||
"src/types/"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user