mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-04-25 15:32:06 +00:00
We then run this as part of the build step, then run tsc with the original project file to get the side effect of emitting the source files. Since the `test/tsconfig.json` has `noEmit: true`.
8 lines
116 B
JSON
8 lines
116 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
}
|
|
}
|