11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../lib-es5",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["**/*", "../typings/**/*", "**/*.json"],
|
|
"references": [{ "path": "../" }]
|
|
}
|