Skip to content

Instantly share code, notes, and snippets.

@mellumeriktest
Created September 17, 2024 22:18
Show Gist options
  • Save mellumeriktest/fdadbaf60f53c414c9725c55cead61e0 to your computer and use it in GitHub Desktop.
Save mellumeriktest/fdadbaf60f53c414c9725c55cead61e0 to your computer and use it in GitHub Desktop.
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"sourceMap": true,
"allowImportingTsExtensions": false,
"noEmit": false,
"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "ES2022",
"esModuleInterop": true
},
"include": ["src/**/*.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment