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.frontend.js.walkthrough.web
Show all versions of com.liferay.frontend.js.walkthrough.web
Liferay Frontend JS Walkthrough Web
{
"@generated": "59db86499153ac8d0d1b109d3463912379aa7204",
"@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-react-web/src/main/resources/META-INF/resources/js/index.ts"
],
"frontend-js-web": [
"../../../../../../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/frontend-js-walkthrough-web.tsbuildinfo",
"typeRoots": [
"../../../../../../../../node_modules/@types"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"../../../../../../../../global.d.ts"
],
"references": [
{
"path": "../../../../../../frontend-js-react-web/src/main/resources/META-INF/resources/tsconfig.json"
},
{
"path": "../../../../../../frontend-js-web/src/main/resources/META-INF/resources/tsconfig.json"
}
]
}