1
0
mirror of https://gitlab.com/Cha_deL/peertubeify synced 2025-02-16 11:30:57 +01:00

15 lines
268 B
JSON
Raw Normal View History

2018-08-13 20:02:00 +02:00
{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es6",
"typeRoots": [
"node_modules/@types",
"node_modules/web-ext-types"
]
},
"include": [
"./src/**/*"
2018-08-13 20:02:00 +02:00
]
}