META-INF.resources.tsconfig.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.document.library.video
Show all versions of com.liferay.document.library.video
Liferay Document Library Video
{
"@generated": "a1a0e33efafabd4b0c08f239166f1fd39635f7bd",
"@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": {
"@liferay/frontend-js-react-web": [
"../../../../../../../frontend-js/frontend-js-react-web/src/main/resources/META-INF/resources/js/index.ts"
],
"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/document-library-video.tsbuildinfo",
"typeRoots": [
"../../../../../../../../node_modules/@types"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"../../../../../../../../global.d.ts"
],
"references": [
{
"path": "../../../../../../../frontend-js/frontend-js-react-web/src/main/resources/META-INF/resources/tsconfig.json"
},
{
"path": "../../../../../../../frontend-js/frontend-js-web/src/main/resources/META-INF/resources/tsconfig.json"
}
]
}