mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 05:43:24 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"extends": "@abhijithvijayan/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"lib": ["dom", "dom.iterable", "ES2023"],
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"declaration": false,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["source"]
|
|
}
|