💚 Fix typescript config for publicodes AST files
parent
537805d0a4
commit
eea6b9d525
|
@ -5,5 +5,5 @@
|
|||
"declaration": true,
|
||||
"emitDeclarationOnly": true
|
||||
},
|
||||
"include": ["source/index.ts", "source/types"]
|
||||
"include": ["source/index.ts", "source/types", "source/AST/**/*.ts"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue