19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"extends": "../../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"verbatimModuleSyntax": false,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../../tests/kit" },
|
|
{ "path": "../../../tools/cli" },
|
|
{ "path": "../native" }
|
|
]
|
|
}
|