17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2016",
|
|
"lib": ["ESNext"],
|
|
"experimentalDecorators": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"types": ["zotero-types"],
|
|
"strict": true,
|
|
"outDir": "build/dist/",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src", "typings"],
|
|
"exclude": ["build", "addon"]
|
|
}
|