1 Commits

Author SHA1 Message Date
e68ed3c432 fix: emit types declaration 2022-02-19 10:36:34 +01:00

View File

@ -6,7 +6,8 @@
"moduleResolution": "node", "moduleResolution": "node",
"outDir": "./build", "outDir": "./build",
"rootDir": "./src", "rootDir": "./src",
"noEmit": true, "emitDeclarationOnly": true,
"declaration": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true "esModuleInterop": true