mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es6",
|
|
"noImplicitThis": true,
|
|
"noImplicitUseStrict": true,
|
|
"types": ["mini-types"]
|
|
},
|
|
"include": [
|
|
"types/**/*",
|
|
"src/**/*"
|
|
]
|
|
}
|