build: add tailwind v4 and ts tooling
This commit is contained in:
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"noEmitOnError": true,
|
||||
"outDir": "./static/js",
|
||||
"rootDir": "./static/ts",
|
||||
"sourceMap": false,
|
||||
"removeComments": false,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"static/ts/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user