mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* refactor: switch to swc from babel * bump to latest versions of swc Co-authored-by: Sachin Raja <sachinraja2349@gmail.com>
11 lines
108 B
Plaintext
11 lines
108 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"env": {
|
|
"targets": {
|
|
"node": "12.13.0"
|
|
}
|
|
}
|
|
}
|