mirror of
https://gitlab.com/Cha_deL/peertubeify
synced 2024-12-13 16:57:09 +01:00
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "es6",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"node_modules/web-ext-types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|