initial commit
This commit is contained in:
11
tsconfig.scripts.json
Normal file
11
tsconfig.scripts.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// If you want to compile to CommonJS and keep it simple:
|
||||
"module": "CommonJS",
|
||||
// or if you prefer ESM, do "module": "ESNext" or "module": "NodeNext",
|
||||
// but often CommonJS is simpler for scripts.
|
||||
"outDir": "dist-scripts",
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user