Skip to content

Commit e9362ca

Browse files
authored
Add ignoreDeprecations option to tsconfig.json
1 parent 1430144 commit e9362ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AfterEffects/26.0/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "none",
4+
"ignoreDeprecations": "6.0",
45
"strict": true,
56
"noLib": true,
67
"typeRoots": []

0 commit comments

Comments
 (0)