mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipMetadataEmit": true
|
|
}
|
|
} |