2019-08-20 00:52:30 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
"lib": ["es2017", "dom"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
"baseUrl": ".",
|
2019-08-20 01:27:15 +00:00
|
|
|
"paths": {
|
2019-09-05 01:36:09 +00:00
|
|
|
"@nested-forms/contact": ["libs/contact/src/index.ts"]
|
2019-08-20 01:27:15 +00:00
|
|
|
}
|
2019-08-20 00:52:30 +00:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|