Skip to content

Commit

Permalink
chore: add tsconfig.json to scripts directory (fix #6409) (#6426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Jan 29, 2022
1 parent c9e9e55 commit b797b80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/tsconfig.json
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es2019",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"types": ["node"]
}
}

0 comments on commit b797b80

Please sign in to comment.