Add tsconfig.json
This commit is contained in:
parent
e0ad798689
commit
a7300c16b7
1 changed files with 8 additions and 0 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"isolatedModules": true,
|
||||
"lib": ["ES2019", "DOM"],
|
||||
"strict": true,
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue