Skip to content

Commit

Permalink
Specify tsconfig rootDir (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-b authored Mar 14, 2023
1 parent fa81464 commit 2152c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES2019" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
"module": "ESNext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"rootDir": "./",
"outDir": "dist",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 2152c7e

Please sign in to comment.