17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"rootDir": "startos"
|
|
},
|
|
"include": ["startos/**/*"]
|
|
}
|