Skip to content

Instantly share code, notes, and snippets.

@snowmerak
Created September 7, 2023 11:55
Show Gist options
  • Save snowmerak/b94d45419fe94567b617d402d691d2c5 to your computer and use it in GitHub Desktop.
Save snowmerak/b94d45419fe94567b617d402d691d2c5 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment