Skip to content

Commit

Permalink
fixed tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
azizghuloum committed Nov 24, 2024
1 parent f89d686 commit c6fde98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"noEmit": true,
"target": "es2016",
"module": "commonjs",
"resolveJsonModule": true,
"outDir": "./build",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./files.test.ts","./vite.config.ts","./src/ast.ts","./src/astvis.tsx","./src/app.tsx","./src/editor.tsx","./src/stx.ts","./src/assert.ts","./src/expander.ts","./src/llhelpers.ts","./src/main.tsx","./src/parser-loader.ts","./src/pprint.ts","./src/serialize.ts","./src/step.ts","./src/syntax-core-patterns.ts","./src/syntax-structures.ts","./src/vite-env.d.ts","./src/zipper.ts"],"version":"5.7.2"}

0 comments on commit c6fde98

Please sign in to comment.