13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "./render-version.ts"]
|
|
}
|