14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/front",
|
|
"outDir": "./public/lib",
|
|
"target": "ES2024",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext"
|
|
},
|
|
"include": ["./src/front"]
|
|
}
|