We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prism
1 parent 7c61c62 commit 1893cccCopy full SHA for 1893ccc
packages/cli/tsconfig.build.json
@@ -2,7 +2,8 @@
2
"extends": "../tsconfig.build.json",
3
"compilerOptions": {
4
"rootDir": "src",
5
- "outDir": "lib"
+ "outDir": "lib",
6
+ "target": "es2017"
7
},
8
"include": ["src"],
9
"references": [
packages/cli/tsconfig.json
@@ -1,7 +1,8 @@
1
{
"extends": "../tsconfig.json",
- "module":"commonjs",
- "moduleResolution": "node"
+ "module": "commonjs",
+ "moduleResolution": "node",
}
0 commit comments