mirror of
https://github.com/kou029w/_.git
synced 2025-03-04 05:25:22 +00:00
10 lines
120 B
JSON
10 lines
120 B
JSON
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"references": [
|
||
|
{"path": ".."}
|
||
|
]
|
||
|
}
|