platform/packages/theme/tsconfig.json

12 lines
227 B
JSON
Raw Normal View History

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
"skipLibCheck": true,
"strict": true
}
}