|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"exclude": ["node_modules"], |
|
|
"exclude": ["node_modules"], |
|
|
"include": ["src", "types", "test"], |
|
|
|
|
|
|
|
|
"include": ["src", "types"], |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
"module": "ESNext", |
|
|
"module": "ESNext", |
|
|
"lib": ["ESNext", "DOM"], |
|
|
"lib": ["ESNext", "DOM"], |
|
|