mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
add no emit to tsconfig.json
This commit is contained in:
parent
6172dded71
commit
05e8f5f2df
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
"module": "commonJS",
|
"module": "commonJS",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"noEmit": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"*": [
|
"*": [
|
||||||
"modules/*",
|
"modules/*",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue