mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-30 09:09:50 +02:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"jsx": "react"
|
|
}
|
|
}
|