mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-20 21:28:40 -05:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"extends": "@sindresorhus/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"outDir": "build",
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |