10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"module": "Preserve",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|