mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
1654fc8f8f
* rc0 * rc0 * more rc0 * rc0 * RC0 Done * cleanup manifest
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"types": [ "webpack-env" ] ,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|