26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"include": [
|
|
"src/**/*",
|
|
"node_modules/altcha/*",
|
|
// "node_modules/@coderundebug/indexeddb-promise/*"
|
|
],
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "scripts",
|
|
"lib": ["ESNext", "DOM"],
|
|
|
|
// "noImplicitAny": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"target": "esnext",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"idb/*": ["node_modules/idb/build/*"]
|
|
},
|
|
"module": "nodenext",
|
|
|
|
}
|
|
} |