💚 Fix typescript config for publicodes AST files

pull/1527/head
Alexandre Hajjar 2021-04-27 12:10:56 +02:00 committed by Johan Girod
parent 537805d0a4
commit eea6b9d525
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
"declaration": true,
"emitDeclarationOnly": true
},
"include": ["source/index.ts", "source/types"]
"include": ["source/index.ts", "source/types", "source/AST/**/*.ts"]
}