Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "module": "commonjs",
- "esModuleInterop": true,
- "target": "es6",
- "noImplicitAny": false,
- "sourceMap": true,
- "sourceRoot": "src",
- "noImplicitThis": true,
- "outDir": "lib/background",
- "noEmitOnError": true,
- "typeRoots": [ "node_modules/@types", "src/types"]
- },
- "include": [
- "./src/**/*"
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement