demo-protobuf: Allow use of decorators in tsconfig

This commit is contained in:
willclarktech 2020-06-16 14:11:57 +01:00
parent a645ab3573
commit 0addb8c67f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -4,9 +4,8 @@
"baseUrl": ".",
"outDir": "build",
"declarationDir": "build/types",
"experimentalDecorators": true,
"rootDir": "src"
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}