2018-03-26 00:07:41 +08:00
|
|
|
{
|
2018-08-24 22:57:16 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2017",
|
|
|
|
"module": "commonjs",
|
|
|
|
"lib": ["es2017", "dom"],
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"strict": false,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"types": ["node"],
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
2018-05-08 12:04:57 +08:00
|
|
|
"include": [
|
|
|
|
"declarations.d.ts",
|
|
|
|
"declarations/*.d.ts",
|
2020-03-07 01:38:33 +08:00
|
|
|
"schemas/*.json",
|
2018-05-08 12:04:57 +08:00
|
|
|
"bin/*.js",
|
|
|
|
"lib/**/*.js",
|
|
|
|
"tooling/**/*.js"
|
|
|
|
]
|
2018-03-26 00:07:41 +08:00
|
|
|
}
|