UNPKG
soil-ts
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.1
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
一个基于 lodash 构建的 Ae 脚本开发工具库
github.com/RaymondClr
RaymondClr/Soil
soil-ts
/
tsconfig.json
10 lines
•
203 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"jsx"
:
"preserve"
,
"noLib"
:
true
,
"module"
:
"esnext"
,
"strict"
:
true
,
"strictNullChecks"
:
true
,
"types"
:
[
"types-for-adobe/AfterEffects/23.0/index.d.ts"
]
}
}