mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-03-20 01:37:46 +01:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*.{ts,tsx}"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
]
|
|
} |