mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": false,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"include": ["src"]
|
|
}
|