mirror of
https://github.com/zoriya/v10.git
synced 2026-08-12 00:49:29 +00:00
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|