Files
firecms/tsconfig.test.json

9 lines
151 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"jsx": "react-jsx",
"allowJs": true
}
}