1
0
mirror of https://gitlab.com/mickie1/share-freedom-extension synced 2024-12-13 07:56:30 +01:00
condividi-link-fediverso-fi.../tsconfig.json
2021-08-17 23:57:59 -05:00

21 lines
397 B
JSON

{
"compilerOptions": {
"module": "ES6",
"target": "es6",
"moduleResolution": "node",
"esModuleInterop": true,
"noImplicitAny": false,
"sourceMap": false,
"rootDir": "src",
"outDir": "dist/js",
"noEmitOnError": true,
"typeRoots": [
"node_modules/@types",
"node_modules/web-ext-types"
],
"types": [
"jest",
"node"
]
}
}