Add tests for declaform.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
// Environment Settings
|
||||
// See also https://aka.ms/tsconfig/module
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"target": "es6",
|
||||
"types": [],
|
||||
@@ -40,5 +41,6 @@
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"moduleDetection": "force",
|
||||
"skipLibCheck": true,
|
||||
}
|
||||
},
|
||||
"exclude": ["./src/**/*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user