mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 12:36:49 +08:00
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"outDir": "./target",
|
|
"jsx": "preserve",
|
|
"target": "es6"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"griddle-react.d.ts",
|
|
"typings/main",
|
|
"typings/main.d.ts"
|
|
]
|
|
} |