Browse Source

Disable js source allowance

develop
Drew Short 4 years ago
parent
commit
7867114665
  1. 2
      tsconfig.json

2
tsconfig.json

@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"allowJs": false,
"target": "ES2015",
"module": "CommonJS",
"typeRoots": [

Loading…
Cancel
Save