* Initial Commit * Removing old code * Switching to litlement and ts * remove .ts from extension * Addressing a few reviews * Added ShowDialog Still no whammy * Fix some things * Extract one more data method * Add more types * Clean up imports * Call super * Finishing touches * Fix typescript check
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["es2017", "dom", "dom.iterable"],
|
|
"noEmit": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|