mirror of
https://github.com/zhigang1992/mobx-utils.git
synced 2026-06-13 17:35:42 +08:00
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"version": "1.8.10",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
"lib": [
|
|
"dom", "es5", "scripthost", "es2015.promise", "es2015.generator", "es2015.iterable"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"../node_modules"
|
|
]
|
|
}
|