17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2016",
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"typing",
|
|
"node_modules/zotero-types"
|
|
],
|
|
"exclude": [
|
|
"builds",
|
|
"addon"
|
|
]
|
|
} |