15 lines
232 B
Smarty
15 lines
232 B
Smarty
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib"
|
|
},
|
|
"include": [
|
|
{{#if shared}}
|
|
"./src/shared",
|
|
{{/if}}
|
|
"./src/node"
|
|
]
|
|
}
|