13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "ES2016",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src", "typings", "node_modules/zotero-types"],
|
|
"exclude": ["builds", "addon"]
|
|
}
|