mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 08:41:01 -05:00
27 lines
553 B
JSON
27 lines
553 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"lib": [
|
||
|
"es6"
|
||
|
],
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitThis": true,
|
||
|
"strictNullChecks": false,
|
||
|
"baseUrl": "./",
|
||
|
"moduleResolution": "node",
|
||
|
"allowJs": true,
|
||
|
"typeRoots": [
|
||
|
"./"
|
||
|
],
|
||
|
"types": [
|
||
|
"node"
|
||
|
],
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"files": [
|
||
|
"BigInteger.d.ts",
|
||
|
"spec/tsDefinitions.ts"
|
||
|
]
|
||
|
}
|