pad_stick_doc/tsconfig.json
2022-05-11 10:51:18 +08:00

14 lines
253 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"esModuleInterop": true,
"types": ["jest"],
"strict": true,
"skipLibCheck": true,
"declaration": true
}
}