Skip to content

Commit 683c379

Browse files
committed
update tsconfig and readme
1 parent eb1f1a6 commit 683c379

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Open-source implementations of the programming language _Source_. Source is a series of small subsets of JavaScript, designed for teaching university-level programming courses for computer science majors, following Structure and Interpretation of Computer Programs, JavaScript Adaptation (<https://sourceacademy.org/sicpjs/>).
44

5+
NOTE: this repository is a fork of the original js-slang repository for the purposes of supporting the Conductor framework. Once full migration has been completed the repository names may be shuffled around.
6+
57
## Table of Contents
68

79
- [js-slang](#js-slang)

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"allowJs": false,
1313
"removeComments": false,
1414
"allowSyntheticDefaultImports": true,
15-
"moduleResolution": "node",
15+
"moduleResolution": "bundler",
1616
"rootDir": "src",
1717
"forceConsistentCasingInFileNames": true,
1818
"noEmit": true,

0 commit comments

Comments
 (0)