2022-02-18 03:23:21 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["mocha", "chai"],
|
|
|
|
"typeRoots": ["./node_modules/@types"],
|
|
|
|
"lib": ["es2015"],
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
2022-04-18 03:54:28 +08:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true
|
2022-02-18 03:23:21 +08:00
|
|
|
}
|
|
|
|
}
|