mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ES2018"],
|
|
"types": ["node", "w3c-web-usb"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/__tests__/*",
|
|
"src/browser.ts",
|
|
"src/core/openssl-wasm-browser.ts",
|
|
"src/openssl-wasm/**/*"
|
|
]
|
|
}
|