forked from Supositware/Haha-Yes
19 lines
No EOL
260 B
JSON
19 lines
No EOL
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"lib": [
|
|
"es7"
|
|
],
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"typings/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |