2021-09-04 02:42:45 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "bin",
|
|
|
|
"target": "es2016",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
2022-12-09 12:57:00 +00:00
|
|
|
"mainComponent.ts",
|
|
|
|
"mod/component.ts",
|
|
|
|
"mod/component2.ts",
|
|
|
|
"mod/index.ts",
|
2021-09-04 02:42:45 +00:00
|
|
|
"provider.ts",
|
|
|
|
"resource.ts",
|
|
|
|
"resourceInput.ts",
|
2021-09-23 22:42:48 +00:00
|
|
|
"types/enums/index.ts",
|
2021-09-04 02:42:45 +00:00
|
|
|
"types/index.ts",
|
|
|
|
"types/input.ts",
|
|
|
|
"types/output.ts",
|
|
|
|
"utilities.ts"
|
|
|
|
]
|
|
|
|
}
|