mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
* feat(angular): support ng add * feat(): add build aditions * chore(): update schematics * chore(): bad style import
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowUnreachableCode": false,
|
|
"lib": ["es2017", "dom"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"pretty": true,
|
|
"rootDir": "src/schematics",
|
|
"target": "es2017",
|
|
"outDir": "dist/schematics"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src/schematics/**/*.ts"]
|
|
}
|