mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"extends": "./tsconfig.shared",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"tns-core-modules",
|
|
"tests",
|
|
"e2e"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/platforms/**"
|
|
]
|
|
}
|