21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"module": "CommonJS",
|
|
"target": "ES2017",
|
|
"jsx": "react",
|
|
"outDir": "./dist",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "./src",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": [
|
|
"./js/**",
|
|
"./webpack.config.js",
|
|
"./dist/**",
|
|
"./prod.config.js",
|
|
"./docs"
|
|
]
|
|
} |