mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-09 11:11:59 +00:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["vite.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts", "examples/**/*"]
|
|
}
|