2018-04-04 06:24:44 +03:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
2018-08-02 11:16:43 +03:00
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
"lib": ["es2017", "dom"],
|
2018-04-04 06:24:44 +03:00
|
|
|
"baseUrl": ".",
|
2019-03-30 16:27:39 +03:00
|
|
|
"jsx": "react",
|
2018-10-16 00:23:19 +03:00
|
|
|
"skipLibCheck": true,
|
2018-04-04 06:24:44 +03:00
|
|
|
"paths": {
|
2018-08-02 11:16:43 +03:00
|
|
|
"@angular-react/*": ["libs/*"],
|
|
|
|
"@angular-react/core": ["libs/core/src/index.ts"],
|
|
|
|
"@angular-react/fabric": ["libs/fabric/src/index.ts"],
|
|
|
|
"@angular-react/semantic-ui": ["libs/semantic-ui/src/index.ts"]
|
2018-04-04 06:24:44 +03:00
|
|
|
}
|
|
|
|
},
|
2018-08-02 11:16:43 +03:00
|
|
|
"exclude": ["node_modules", "tmp"]
|
2018-04-04 06:24:44 +03:00
|
|
|
}
|