diff --git a/tsconfig.json b/tsconfig.json index 8d3206a..9010277 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,19 +2,19 @@ "files": ["cli.ts"], "include": ["content", "utils"], "compilerOptions": { - "outDir": "build/node", - "rootDir": ".", + "outDir": "build/node", + "rootDir": ".", - "jsx": "react-jsx", - "jsxImportSource": "antihtml", - "sourceMap": true, - "lib": ["es2023"], - "target": "es2023", - "module": "node16", - "moduleResolution": "node16", - "strict": true, - "esModuleInterop": true, - "verbatimModuleSyntax": true, - "skipLibCheck": true + "jsx": "react-jsx", + "jsxImportSource": "antihtml", + "sourceMap": true, + "lib": ["es2023"], + "target": "es2023", + "module": "node16", + "moduleResolution": "node16", + "strict": true, + "esModuleInterop": true, + "verbatimModuleSyntax": true, + "skipLibCheck": true } }