give
Last commit date
assets
4 years ago
blocks
4 years ago
includes
4 years ago
languages
4 years ago
sample-data
6 years ago
src
4 years ago
templates
5 years ago
vendor
4 years ago
.phpstorm.meta.php
4 years ago
changelog.txt
5 years ago
docker_tag
5 years ago
give.php
4 years ago
globals.d.ts
4 years ago
jsconfig.json
4 years ago
license.txt
6 years ago
output.log
4 years ago
readme.txt
4 years ago
tsconfig.json
4 years ago
uninstall.php
5 years ago
webpack.mix.js
4 years ago
wpml-config.xml
6 years ago
tsconfig.json
22 lines
| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "esnext", |
| 4 | "module": "esnext", |
| 5 | "lib": ["esnext", "dom"], |
| 6 | "jsx": "react-jsx", |
| 7 | "moduleResolution": "node", |
| 8 | "allowJs": true, |
| 9 | "strict": false, |
| 10 | "sourceMap": true, |
| 11 | "resolveJsonModule": true, |
| 12 | "esModuleInterop": true, |
| 13 | "plugins": [ |
| 14 | {"name": "typescript-plugin-css-modules"} |
| 15 | ] |
| 16 | }, |
| 17 | "include": [ |
| 18 | "./src", |
| 19 | "./globals.d.ts" |
| 20 | ] |
| 21 | } |
| 22 |