Files
xboct-flow/tests/tsconfig.json
T

9 lines
134 B
JSON

{
"extends": "../tsconfig.json",
"include": ["**/*", "../src/**/*"],
"compilerOptions": {
"noEmit": true,
"rootDir": ".."
}
}