mirror of
https://github.com/jlengrand/tailwind-app.git
synced 2026-03-10 08:41:23 +00:00
20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"lib": ["es2017", "dom"],
|
|
"strict": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"outDir": "out-tsc",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"rootDir": "./"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|