chore(extension): convert to typescript (#603)
This commit is contained in:
parent
5df6c2431b
commit
ded00dc422
8 changed files with 178 additions and 154 deletions
15
extension/tsconfig.json
Normal file
15
extension/tsconfig.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"module": "ESNext",
|
||||
"rootDir": "src",
|
||||
"outDir": "./lib",
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue