Browse Source

Build Core as module

sebastien 6 years ago
parent
commit
53d4b7af6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/webpack.config.js

+ 1 - 1
src/webpack.config.js

@@ -37,7 +37,7 @@ module.exports = {
             test: /\.tsx?$/,
             test: /\.tsx?$/,
             loader: 'awesome-typescript-loader',
             loader: 'awesome-typescript-loader',
             options: {
             options: {
-                configFileName: '../../tsconfig.json',
+                configFileName: '../../src/tsconfig.json',
                 declarationDir: '../../dist/preview release/build'
                 declarationDir: '../../dist/preview release/build'
             }
             }
         }]
         }]