mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es6", "es2015"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"outDir": "../../dist/gulp",
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"inlineSources": true,
|
|
"stripInternal": true,
|
|
"baseUrl": "",
|
|
"typeRoots": [
|
|
"../../node_modules/@types"
|
|
],
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |