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/**/*"
|
||
|
]
|
||
|
}
|