Skip to content

Commit

Permalink
AT-10925: revert tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 5, 2023
1 parent 5b17f01 commit 0e0ba28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"rootDir": ".",
"target": "es6",
"sourceMap": false,
"outDir": "dist",
"types": [
"mocha",
"node"
],
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"test/**/*.ts"
]
}

0 comments on commit 0e0ba28

Please sign in to comment.