9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".."
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|