META-INF.resources.tsconfig.json Maven / Gradle / Ivy
{
"@generated": "1674f00996b361644d713f52086e8862cf955b20",
"@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": {
"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/@liferay/journal-taglib.tsbuildinfo",
"typeRoots": [
"../../../../../../../../node_modules/@types"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"../../../../../../../../global.d.ts"
],
"references": [
{
"path": "../../../../../../../frontend-js/frontend-js-web/src/main/resources/META-INF/resources/tsconfig.json"
}
]
}