Skip to content

Commit

Permalink
changed index to typings, fixed import in options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanarguello committed Nov 12, 2019
1 parent 860ff33 commit 3d46f7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/svelte/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import packageJson from '../../package.json';
const packageJson = require('../../package.json');

export default {
packageJson,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion app/svelte/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"types": ["webpack-env"],
"resolveJsonModule": true
},
Expand Down

0 comments on commit 3d46f7b

Please sign in to comment.