sp-dev-fx-webparts/samples/vuejs-todo-single-file-comp.../tsconfig.json

15 lines
310 B
JSON
Raw Normal View History

2017-02-03 10:55:11 -05:00
{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
2017-03-30 18:34:42 -04:00
"allowSyntheticDefaultImports": true,
2017-02-03 10:55:11 -05:00
"types": [
"webpack-env"
]
}
}