mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-09 15:18:01 -05:00
25 lines
457 B
JSON
25 lines
457 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "ES6",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"declarationMap": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./js/**/*"],
|
|
"exclude": [
|
|
"bridge",
|
|
"node_modules",
|
|
"examples",
|
|
"dist",
|
|
"docs"
|
|
],
|
|
}
|