mirror of
https://github.com/zhigang1992/mobx-utils.git
synced 2026-06-14 09:48:58 +08:00
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"version": "1.8.10",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
"lib": ["dom", "es2015", "scripthost"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["/node_modules"]
|
|
}
|