mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"./src.old/components/Hello.tsx",
|
|
"./src.old/index.tsx"
|
|
]
|
|
} |