META-INF.resources.tsconfig.json Maven / Gradle / Ivy
The newest version!
{
"@generated": "5a9b05de0db0a1621c332d04a853b80dad145de2",
"@readonly": "** AUTO-GENERATED: DO NOT EDIT **",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"checkJs": false,
"composite": true,
"declarationDir": "../../../../../../../../.tsc/types",
"emitDeclarationOnly": true,
"jsx": "react",
"module": "es6",
"moduleResolution": "node",
"paths": {
"asset-taglib": [
"../../../../../../asset-taglib/src/main/resources/META-INF/resources/js/index.js"
],
"frontend-js-web": [
"../../../../../../../frontend-js/frontend-js-web/src/main/resources/META-INF/resources/index.d.ts"
]
},
"rootDir": "../../../../../../../..",
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "../../../../../../../../.tsc/buildinfo/asset-list-web.tsbuildinfo",
"typeRoots": [
"../../../../../../../../node_modules/@types"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"../../../../../../../../global.d.ts"
],
"references": [
{
"path": "../../../../../../asset-taglib/src/main/resources/META-INF/resources/tsconfig.json"
},
{
"path": "../../../../../../../frontend-js/frontend-js-web/src/main/resources/META-INF/resources/tsconfig.json"
}
]
}