2021-05-03 17:00:04 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
2021-10-08 17:24:11 +00:00
|
|
|
"lib": ["ES2020"],
|
2021-06-01 11:37:15 +00:00
|
|
|
"rootDir": "..",
|
2021-05-03 17:00:04 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowJs": true,
|
|
|
|
"resolveJsonModule": true,
|
2021-06-01 11:37:15 +00:00
|
|
|
"baseUrl": "..",
|
2021-05-03 17:00:04 +00:00
|
|
|
"paths": {
|
2021-06-01 11:37:15 +00:00
|
|
|
"tailwindcss-language-service/*": ["../packages/tailwindcss-language-service/*"]
|
2021-05-03 17:00:04 +00:00
|
|
|
}
|
|
|
|
},
|
2021-10-01 13:11:45 +00:00
|
|
|
"include": ["src", "../packages/tailwindcss-language-service", "../../types"]
|
2021-05-03 17:00:04 +00:00
|
|
|
}
|