vue-golden-layout
Version:
Integration of the golden-layout to Vue
25 lines • 474 B
JSON
{
"compilerOptions": {
"outDir": "../dist",
"sourceMap": true,
"declaration": true,
"strict": true,
"strictPropertyInitialization":false,
"module": "commonjs",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es5",
"lib": [
"dom",
"es5",
"es6"
],
"allowSyntheticDefaultImports": true,
"typeRoots": ["../node_modules/@types"],
"baseUrl": "./"
},
"exclude": [
"**/*.spec.ts"
]
}