demo-protobuf: Allow use of decorators in tsconfig
This commit is contained in:
parent
a645ab3573
commit
0addb8c67f
@ -4,9 +4,8 @@
|
||||
"baseUrl": ".",
|
||||
"outDir": "build",
|
||||
"declarationDir": "build/types",
|
||||
"experimentalDecorators": true,
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user