mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist/themes",
|
|
"rootDir": "./src/common/themes",
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"src/common/themes/*.ts",
|
|
"src/common/themes/*.tsx"
|
|
]
|
|
}
|