Add 'tsconfig.cjs.json'
This commit is contained in:
parent
e2f462ed83
commit
72570f8721
9
tsconfig.cjs.json
Normal file
9
tsconfig.cjs.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"module": "CommonJS",
|
||||
"outDir": "./build/cjs"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user