mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictMetadataEmit" : true
|
|
},
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"src/**spec.ts",
|
|
"../cypress/support/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"cypress",
|
|
"node"
|
|
]
|
|
}
|
|
}
|