Files
David Enke b63a4865a5 🤖 Merge PR #65411 Added types for esbuild-copy-static-files by @davidenke
* added types for esbuild-copy-static-files

* aligned to review comments

- aligned return type of plugin function
- aligned tests accordingly

* Update types/esbuild-copy-static-files/index.d.ts

PR review

---------

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2023-05-08 13:45:29 -07:00

24 lines
506 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"esbuild-copy-static-files-tests.ts"
]
}