mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"resolveJsonModule": true,
|
|
"noImplicitAny": false,
|
|
"lib": ["dom", "esnext"],
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src", "tests"],
|
|
"exclude": ["./node_modules"]
|
|
}
|