tridactyl/tsconfig.json
Oliver Blanthorn 85d6eba2b5
Revert "Merge branch 'Koushien-completions'"
This reverts commit 0aa14bb754, reversing
changes made to eae9cd0dab.
2017-11-21 20:28:48 +00:00

17 lines
347 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"outDir": "build/tsc-out",
"sourceMap": true,
"target": "ES2017",
"lib": ["ES2017","dom"],
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types/"]
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.test.ts"
]
}