1
0
mirror of https://gitlab.com/Cha_deL/peertubeify synced 2024-12-13 16:57:09 +01:00
peertubeify-estensione-fire.../tsconfig.json
2018-08-13 20:03:42 +02:00

15 lines
224 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es6",
"typeRoots": [
"node_modules/@types",
"node_modules/web-ext-types"
]
},
"include": [
"./src/**/*"
]
}