Skip to content

Commit d10df06

Browse files
authored
fix: update test fixtures for typescript compatibility (#1360)
1 parent 7b6e373 commit d10df06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/build-ecs/fixtures/dcl-test-lib-integration/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"include": ["src"],
33
"compilerOptions": {
4+
"ignoreDeprecations": "6.0",
45
"module": "ESNext",
6+
"rootDir": "src",
57
"outDir": "bin",
68
"declaration": true
79
},

0 commit comments

Comments
 (0)