sp-dev-fx-webparts/samples/angular-migration/angular-todo-webpart/tsconfig.json

10 lines
145 B
JSON
Executable File

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true
}
}